home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / recent2 / randypic.readme < prev    next >
Text File  |  1998-02-19  |  2KB  |  36 lines

  1. Short:    Assembler random wb backdrop prog (now with makelist script)
  2. Author:   jay@blidworth.demon.co.uk (Jason Frecknall)
  3. Uploader: jay@blidworth.demon.co.uk (Jason Frecknall)
  4. Type:     util/wb
  5.  
  6. Here is yet another random wb picture program.  I wrote this because not one of the 4
  7. other programs I downloaded off Aminet worked how I wanted them too, some of them simply
  8. copied a random picture to another file which you picked as your backdrop, hardly the
  9. most efficient way.
  10.  
  11. My program creates a new wbpattern.prefs in ENV: with a random backdrop picked from a
  12. list of files and then quits.  Only the filename is altered, any options set (e.g. with
  13. FastWBPattern) won`t be touched.
  14.  
  15. Since this program was coded in assembler, it is much smaller than similar programs and
  16. it also supports changing of the backdrop at any time - just run the program again, and
  17. can be run from an icon.  The program itself is less than 1k.
  18.  
  19. 1.1    Fixed problem with changing backdrops caused by file format assumptions.
  20.     Improved and optimised random number routine (~50% smaller).
  21.     Name changed to RandyPic upon finding another program with the name of
  22.     RandomPic in a different dir on Aminet.
  23.  
  24. 1.2    Added Makelist script (thanks to Goran Cengic) which just missed
  25.     previous release.  More optimisations.
  26.     Version not uploaded to Aminet due to problem with window patterns.
  27.  
  28. 1.3    More optimisations.
  29.     Fixed problems with window patterns.  Due to a few more assumptions the
  30.     settings for "pattern" were being ignored and all you got was a plain
  31.     gray background in the windows.
  32.  
  33. 1.4    Lots more optimisations.
  34.     Fixed Freemem() bug - forgot to pass amount of mem to free up (Doh!)
  35.     Should be the last bug - for now ;-)
  36.